home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / Light Sleeper / Headers / Backlight.h next >
Encoding:
C/C++ Source or Header  |  2001-06-23  |  195 b   |  8 lines

  1. #pragma once
  2.  
  3. #include <Types.h>
  4.  
  5. void InitializeBacklightControl(void);
  6. OSErr GetBacklightBrightness(short *value);
  7. OSErr SwitchBacklight(short state);
  8. OSErr SetBacklightBrightness(short value);